[IA64] Pass the bare LSAPIC ID to dom0
authorAlex Williamson <alex.williamson@hp.com>
Thu, 19 Jul 2007 21:56:53 +0000 (15:56 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Thu, 19 Jul 2007 21:56:53 +0000 (15:56 -0600)
commit1e3624005f50b372c5c6f0d9a4f5d1d85a6799e2
tree3fd3bb55e247cbd685d63344530f6de3f6ad478b
parentc362ef8a028e970eb4c42a6bc82bbdfb69135b63
[IA64] Pass the bare LSAPIC ID to dom0

This patch fixes an issue which dom0 cannot boot with dom0_max_vcpus.
Currently LSAPIC IDs are create by xen, but ACPI SRAT table is the bare
table.  So on some boxes node_cpuid[].phys_id are different from
cpu_physical_id()s, and we cannot boot dom0.

Instead, pass the bare LSAPIC ID to dom0.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/xen/dom_fw_dom0.c